![]() |
GetWindowFeatures |
||||
Header: | MacWindows.h | Carbon status: | Supported | |
Obtains the features that a window supports.
OSStatus GetWindowFeatures ( WindowRef window, UInt32 *outFeatures );
A pointer to the window to be examined.
On input, a pointer to an unsigned 32-bit value. On return, the bits of the value specify the features the window supports; see “Reporting Window Features”.
A result code.
The GetWindowFeatures function produces a window definition function’s features in response to a kWindowMsgGetFeatures message.
This function is available with Appearance Manager 1.0 and later.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)